0.4.0 • Published 3 years ago
raturbo-components v0.4.0
✨ Features
🌈 Enterprise-class UI designed for web applications.
📦 A set of high-quality React components out of the box.
🛡 Written in TypeScript with predictable static types.
🎨 Powerful theme customization in every detail.
📦 Install
$ npm install raturbo-components$ yarn add raturbo-components🔨 Usage
import { Layout } from 'raturbo-components';
const App = () => (
<>
<Layout>Layout</Layout>
</>
);And import style manually:
import 'raturbo-components/layout/style'TypeScript
raturbo-components is written in TypeScript with complete definitions.
⌨️ Development
clone locally:
$ git clone https://github.com/EzioReturner/RATurbo-components
$ cd raturbo-components
$ yarn install
$ yarn dev🖥 support environment
modern browser.
| IE / Edge | Firefox | Chrome | Safari | Opera |
|---|---|---|---|---|
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |