react-styles-ui

1.0.13 • Public • Published

react-styles-ui

React components for faster and easier web development.

Project deployed with storybook and you can see demo here

Installation

You can Install the package in your project with:

// with npm
npm install react-styles-ui
 
// with yarn
yarn add react-styles-ui

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Text from 'react-styles-ui/atoms';
 
function App() {
  return (
    <Text color="primary" size="medium">
      Hello World
    </Text>
  );
}
 
ReactDOM.render(<App />, document.querySelector('#root'));

Readme

Keywords

none

Package Sidebar

Install

npm i react-styles-ui

Weekly Downloads

0

Version

1.0.13

License

ISC

Unpacked Size

78.4 kB

Total Files

37

Last publish

Collaborators

  • hovakimyan