https://github.com/rothsandro/blog-chainable-class-names
https://github.com/rothsandro/blog-chainable-class-names
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rothsandro/blog-chainable-class-names
- Owner: rothsandro
- Created: 2021-10-23T06:01:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T06:02:15.000Z (over 3 years ago)
- Last Synced: 2025-01-27T22:13:24.994Z (4 months ago)
- Language: TypeScript
- Size: 356 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chainable Class Names
This is the demo repository for the chainable class names utility.
The project was created with create-react-app and the TypeScript template.Read more about it: [sandroroth.com/blog/2020/large-reactive-forms](https://sandroroth.com/blog/2020/large-reactive-forms)
## Getting started
1. Clone the repository
2. Run `npm install`
3. Run `npm start` and open [http://localhost:3000](http://localhost:3000) to view it in the browser.See `src/App.tsx` for the demo code and `src/utils/chainable-class-names.ts` for the implementation.