0.1.17 • Published 6 years ago
jank-ui v0.1.17
Jank-UI
Import Matter-UI modules
import { Button, colorSchemes, ThemeProvider } from "jank-ui";Wrap in ThemeProvider and pass it a theme of either colorSchemes.light or colorSchemes.dark
<ThemeProvider theme={colorSchemes.light}>
<Button
type="primary"
size="l">
Click Me
</Button>
</ThemeProvider>Contributing
Type Checking
Compile declarations
npm run tscStorybook
Run storybook
npm startBuild storybook
npm run storybook:buildServe storybook locally
npx http-server .outBuild
npm run buildAdd component to
index.d.ts and
index.tsx
Increment version number in
package.json