Skip to content

sitek94/react-tag-input-demo

Repository files navigation

React Tag Input Demo

Available Scripts

# Start the app in the development mode
npm start

# Run tests
npm test

# Run test coverage
npm run test:coverage

# Build the app for production
npm run build

Patched Packages

  • react-tag-input - I opened an issue #840 to extend class names that can be used to style <ul> and <li> elements within suggestions wrapper, but until it's resolved and eventually released I'm using a patched version
  • @types/react-tag-input - Also, patched the types, so that TypeScript is not yelling at me 🙊

Create React App

This project was bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.