1.1.0 • Published 6 years ago

@nearform/titus-components v1.1.0

Weekly downloads
20
License
Apache-2.0
Repository
github
Last release
6 years ago

Titus Components

Shareable components ready to be dropped in to any React application.

Features

  • Autocomplete
  • List item link
  • Navigation
  • Table
  • Wizard

Installation

npm install --S @nearform/titus-components

Development

npm install

Build

npm run build

Lint

npm run lint

# To use eslint autofix
npm run lint:fix