0.8.25 • Published 2 years ago

rvi-system v0.8.25

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

2 years ago

0.8.24

2 years ago

0.8.22

2 years ago

0.7.22

2 years ago

0.6.20

2 years ago

0.5.18

2 years ago

0.5.17

2 years ago

0.4.17

2 years ago

0.3.17

2 years ago

0.2.17

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago