0.0.17 • Published 2 years ago

modsen-films-ui v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago