jr-fancy-ui
v1.1.5
Published
A modern React UI library following the latest UI design trends
Downloads
5
Readme
Jr-fancy-ui
A modern react UI library designed following the latest ui design trends
Usage
import React, { Component } from 'react';
import Container from 'jr-fancy-ui';
import 'jr-fancy-ui/dist/style.css';
// Or import 'jr-fancy-ui/dist/style.scss;
class Example extends Component {
render() {
return <Container />
}
}