@northcoders-dev-team/dorris-design
v3.6.0
Published
>
Downloads
9
Keywords
Readme
Dorris Design
Installation
After you have been added to the @northcoders-dev-team
organisation on npm, then you can use the following command to install the package:
npm i @northcoders-dev-team/dorris-design
Usage Instructions
Importing
import {
Component,
...
} from "@northcoders-dev-team/dorris-design";
Using Components
function Component() {
return (
<Component>
Content
</Component>
);
}