0.8.25 • Published 3 years ago

rvi-system v0.8.25

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

README(Bata)

ReactCompoennts created with styled-components.

It is also a template for customizing and deploying to npm, not a CSS framework.

Ideal for StoryBook-based development and sharing developed components within the company and elsewhere

How to install rvi-system in your project

npm install rvi-system

or

yarn add rvi-system

Add rui-system

Load the proprietor in App.tsx

import { ThemeProvider } from "styled-components";
import { theme } from 'rvi-system';

export default function App() {
    return (
        <ThemeProvider theme={theme}>
            ... </ Your App Components> ...
        </ThemeProvider>
    )
}

Extend and develop rvi-sysytem

First

git clone https://github.com/ito-rui/rvi-system.git rvi-system

Second

yarn install

three

yarn storybook
0.8.25

3 years ago

0.8.24

3 years ago

0.8.22

3 years ago

0.7.22

3 years ago

0.6.20

3 years ago

0.5.18

3 years ago

0.5.17

3 years ago

0.4.17

3 years ago

0.3.17

3 years ago

0.2.17

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago