modsen-films-ui
v0.0.17
Published
Component Library
Downloads
5
Readme
About
Modsen Cinema UI components.
What's included?
- [x] React
- [x] Typescript
- [x] Styled components with ThemeProvider 💅
- [x] Storybook
- [x] Testing library/react (Setup working with ThemeProvider)
🧩 How to use library
import { Button, theme, ThemeProvider } from 'modsen-cinema-ui';
function App() {
return (
<ThemeProvider theme={theme}>
<Button variant="lg">Some text</Button>
</ThemeProvider>
);
}
🚀 Development mode
Install all dependencies
yarn install
Show and build your components at
http://localhost:9000/
yarn storybook