Skip to content

talkhot/react-frankie-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-frankie-components

React components using Pure CSS.

Install

npm install react-frankie-components

React is also required as a peer dependency.

Usage

The components documented below are exposed as CommonJS modules and can be accessed in the following ways:

// ES6
import { Menu, MenuItem } from 'react-frankie-components';

// CommonJS
var Menu = require('react-frankie-components').Menu;
// or
var Frankie = require('react-frankie-components');
var Menu = Frankie.Menu;

// Direct access to the module
var Menu = require('react-frankie-components/lib/Menu');

About

testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published