Getting Started
Get up and running with ThemeForseen in minutes.
Installation
Install ThemeForseen using your preferred package manager.
npm install themeforseenQuick Setup
Import and configure ThemeForseen in your project.
import { ThemeForseen } from 'themeforseen';
const theme = new ThemeForseen({
primary: '#51c5f4',
secondary: '#eae84a'
});Next Steps
- Explore the documentation for detailed guides
- Check out example projects and templates
- Subscribe for updates and new features