0.8.25 • Published 11 months ago

rvi-system v0.8.25

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.8.24

11 months ago

0.8.22

11 months ago

0.7.22

11 months ago

0.6.20

11 months ago

0.5.18

11 months ago

0.5.17

11 months ago

0.4.17

11 months ago

0.3.17

11 months ago

0.2.17

11 months ago

0.1.17

11 months ago

0.1.16

11 months ago

0.1.15

11 months ago

0.1.14

11 months ago

0.1.13

11 months ago

0.1.12

11 months ago

0.1.11

11 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago