mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
* reorg of storybook docs and add some new components * releaes notes * Update meta tags for Actual Budget Design System * Increase sidebar item font size from 14px to 16px
28 lines
862 B
Plaintext
28 lines
862 B
Plaintext
import { Meta } from '@storybook/addon-docs/blocks';
|
|
|
|
<Meta title="Concepts/Introduction" />
|
|
|
|
# Actual Budget Component Library
|
|
|
|
Welcome to the **Actual Budget Component Library**. Explore our UI components, see how they look across different themes, and learn how to use them in your code.
|
|
|
|
### What you can do here
|
|
|
|
- ✨ **Browse components** in the sidebar
|
|
- 🎨 **Switch themes** using the toolbar above
|
|
- 📚 **Read documentation** and see code examples
|
|
- 🔍 **Test variations** and component states
|
|
- ♿ **Check accessibility** compliance
|
|
|
|
### Getting Started
|
|
|
|
Select a component from the sidebar to explore its documentation, variants, and interactive controls.
|
|
|
|
---
|
|
|
|
### Useful Links
|
|
|
|
- [Actual Budget Website](https://actualbudget.org)
|
|
- [Documentation](https://actualbudget.org/docs)
|
|
- [GitHub Repository](https://github.com/actualbudget/actual)
|