https://github.com/stubby-cms/ui
UI Components for your MDX content
https://github.com/stubby-cms/ui
blog docs mdx ui
Last synced: 4 months ago
JSON representation
UI Components for your MDX content
- Host: GitHub
- URL: https://github.com/stubby-cms/ui
- Owner: stubby-cms
- License: mit
- Created: 2024-10-16T15:17:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T16:10:44.000Z (over 1 year ago)
- Last Synced: 2025-10-30T03:46:13.140Z (8 months ago)
- Topics: blog, docs, mdx, ui
- Language: TypeScript
- Homepage: https://stubby.io/docs/
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stubby CMS | UI Components
This library is a collection of UI components designed to be used in MDX pages. It provides a set of reusable and customizable components to enhance your content with interactive and visually appealing elements.
## Installation
To install the library, use npm or yarn:
```bash
npm install @stubby-cms/ui
# or
yarn add @stubby-cms/ui
```
## Components
* Accordion: A collapsible content panel.
* Tabs: A tabbed navigation component.
* Tip, Note, Warning, Error, Success: A highlighted section for important information.
* Steps: To showcase sequence eof
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.