@manafishrov/ui
v1.5.5
Published
Styled component library for Manafish interfaces
Downloads
514
Readme
@manafishrov/ui
A very opinionated component library for Manafish interfaces.
Dependencies
The consumer project requires these peer dependencies:
solid-jstailwindcss@tanstack/solid-router@tanstack/solid-formunplugin-icons@iconify-json/material-symbols
Usage
1. Import the theme in your CSS
@import 'tailwindcss';
@import '@manafishrov/ui/theme';2. Wrap your app with providers
import { LocaleProvider, ThemeProvider } from '@manafishrov/ui';
function App() {
return (
<ThemeProvider>
<LocaleProvider locale='en-gb'>{/* your app */}</LocaleProvider>
</ThemeProvider>
);
}License
This project is licensed under the GNU Affero General Public License v3.0 or later - see the LICENSE file for details.
