UI-Kit is a React component library
To be decided (NPM Registry?)
yarn add ui-kit
import { Button } from 'ui-kit'
function App () {
return <Button>Click Here</Button>
}
@import "~uikit/dist/main.css"
- install the dependencies
yarn install
- start the Stylegudist dev-server (http://localhost:6060):
yarn serve:sg
-
create a folder for the new component "Example"
-
add file "Example.tsx" extension
-
once some implementation has been done, create a file "Example.md", so we can see a live preview generated by Stylegudist
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
...