Taslonic for React
Installation
Via NPM:
Via Yarn:
Usage
You can easily plug Taslonic into your React project. Taslonic integrates smoothly with projects manually configured or generated with Create React App.
Using CSS apart from JavaScript
In times where styled-components are a thing, importing CSS files can sound unusual. But, if you prefer to keep styles apart from your JavaScript, you can do it smoothly using Taslonic.
Import the CSS in the file where you mount your application.
Then, import Taslonic components wherever you need them.
Using JavaScript and CSS together
If you prefer to get rid of the CSS import declaration, Taslonic also contains a bundle with all styles included.
Using Taslonic globally
If your project is not using ES6 modules or you want to give Taslonic a quick try, here is how you can use Taslonic globally.
Time to build something!
Now that you have plugged Taslonic in your project, you can inspect every component in detail by visiting the live documentation or dig a little deeper about Taslonic UI fundamentals.