0.0.4 • Published 3 years ago

react-featuretta v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

An elegant, accessible featuretta component for React.

See usage and examples.

Props

The component takes the following props.

PropTypeDescription
titlestringUse this if you want to treat the featuretta as a controlled component

Installation

npm install react-featuretta

Usage

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 CommonJS

Development

npm install
npm run dev

Build

npm run build

License

MIT