0.0.2 • Published 9 months ago
@kami-ui/theme-shop v0.0.2
Documentation
Installation
npm
npm i @kami-ui/theme-shopyarn
yarn add @kami-ui/theme-shopDescription
Discover 69 meticulously crafted website themes at ColorCraft Themes. Each theme features a thoughtfully curated color palette, including:
- Primary colors with complementary shades
- Secondary and accent hues for visual interest
- Carefully selected text and background colors
- Harmonious analogous, tetradic, and triadic color schemes
Our themes also showcase expert typography choices and precise spacing to enhance readability and user experience. Whether you prefer bold and vibrant or subtle and sophisticated, find the perfect design to elevate your online presence.
Example
import type { AppProps } from "next/app";
import { MultiThemeProvider, MultiThemeProviderProps } from "@kami-ui/next-theme";
import { defaultTheme } from "@kami-ui/theme-shop"; // Import the default theme
const App = ({ Component, pageProps }: AppProps) => (
<ThemeProvider themes={ defaultTheme }>
<Component {...pageProps} />
</ThemeProvider>
);
export default App;Features
- Dark Mode
- Light Mode
- Fonts :
Allura,Courier Prime,Poppins,Abril Fatface, - Colors :
Primary,Secondary,text,background,analogous,accent,complementary,tetradic,triadic - Spacing :
- Typography
0.0.2
9 months ago
0.0.1
1 year ago
0.0.1-alpha.4
1 year ago
0.0.1-alpha.3
1 year ago
0.0.1-alpha.2
1 year ago
0.0.1-alpha.1
1 year ago
0.0.1-alpha.0
1 year ago