2.1.1 • Published 1 year ago

react-flatifycss v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm version

Getting started

Start using React FlatifyCSS after installing packages and importing the style file, here is how.

Installing packages

To install and use the library you should install both the flatifycss and react-flatifycss packages. We use the base flatifycss package to import styles.

Use npm or Yarn to install the packages:

npm

npm i flatifycss react-flatifycss

Yarn

yarn add flatifycss react-flatifycss

Import styles

React FlatifyCSS itself does not include the FlatifyCSS styles, so you can import your preferred stylesheet in your application.

Left to right

import 'flatifycss/dist/css/flatify-min.css';

Right to Left

import 'flatifycss/dist/css/flatify-rtl-min.css';

Use components!

Now, just import the component you need from react-flatifycss, for example a simple button:

import React from 'react';
import { Button } from 'react-flatifycss';

export default function App() {
  return <Button theme="green">Success!</Button>;
}
2.1.1

1 year ago

2.1.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

2.0.0

1 year ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.17

2 years ago

0.6.16

2 years ago

0.6.15

2 years ago

0.6.12

2 years ago

0.6.14

2 years ago

0.6.13

2 years ago

0.6.11

2 years ago

0.6.10

2 years ago

0.6.9

2 years ago

0.6.8

2 years ago

0.6.7

2 years ago

0.6.6

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.1.0

2 years ago