0.4.0 • Published 3 years ago

raturbo-components v0.4.0

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

✨ 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 / EdgeFirefoxChromeSafariOpera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions
0.4.0

3 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.1

4 years ago