rvi-system
v0.8.25
Published
React Components With Styled-Components
Maintainers
Readme
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-systemAdd 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-systemSecond
yarn installthree
yarn storybook