0.0.17 • Published 3 years ago

modsen-films-ui v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

About

Modsen Cinema UI components.

What's included?

  • React
  • Typescript
  • Styled components with ThemeProvider 💅
  • Storybook
  • 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

  1. Install all dependencies

    yarn install
  2. Show and build your components at http://localhost:9000/

    yarn storybook
0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago