0.0.4 • Published 5 years ago
react-featuretta v0.0.4
An elegant, accessible featuretta component for React.
See usage and examples.
Props
The component takes the following props.
| Prop | Type | Description |
|---|---|---|
title | string | Use this if you want to treat the featuretta as a controlled component |
Installation
npm install react-featurettaUsage
If you want the default styling, include the component's CSS with
import "react-featuretta/style.css" // for ES6 modules
// or
require("react-featuretta/style.css") // for CommonJSDevelopment
npm install
npm run devBuild
npm run buildLicense
MIT