@noahsjung/agds-lit3
v0.1.0
Published
AGDS Design System built with Lit 3.0
Maintainers
Readme
AGDS Lit3 Design System
A modern design system built with Lit 3.0 and Web Components.
Features
- 🎨 Theme Support (Light/Dark mode)
- 📱 Responsive Design
- ♿ Accessibility First
- 🧩 Web Components
- 📚 Storybook Documentation
Components
- Secondary Button
- Customizable theme support
- Light/Dark mode
- Disabled state
- Hover/Active/Focus states
Getting Started
Installation
npm installDevelopment
Run Storybook for component development:
npm run storybookBuild
Build the components:
npm run buildUsage
<!-- Import the component -->
<script type="module" src="path/to/secondary-button.js"></script>
<!-- Use the component -->
<agds-secondary-button>Click me</agds-secondary-button>Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
