marko-spectre
v0.2.1
Published
A taglib to facilitate using spectre.css with markojs
Downloads
6
Maintainers
Readme
Deprecated
This project is no longer being maintained, but feel free to pick it up and drive it forward.
marko-spectre
A taglib to facilitate using spectre.css with markojs
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installing
npm i marko-spectre
Basic Usage
When this module is installed in your project, it will export all the tags listed in marko.json
for use in your project.
<Tab>
<TabItem>Foo</TabItem>
<TabItem>Bar</TabItem>
</Tab>
Supported Tags
This project is in its infancy. Please contribute by adding new tags. Define attributes in marko.json
and new tags in /src
.
Elements
- [ ] Tables
- [ ] Buttons
- [ ] Forms
- [ ] Icons
- [ ] Labels
- [ ] Code
- [ ] Media
Components
- [ ] Accordions
- [ ] Avatars
- [ ] Badges
- [ ] Bars
- [ ] Breadcrumbs
- [ ] Cards
- [ ] Chips
- [ ] Empty states
- [ ] Menu
- [ ] Modals
- [ ] Nav
- [ ] Pagination
- [ ] Panels
- [ ] Popovers
- [ ] Steps
- [x] Tabs
- [ ] Tiles
- [ ] Toasts
- [ ] Tooltips
Components
- [x] Divider
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning and np
for releases.
Author(s)
Makinde Adeagbo - Initial work
License
This project is licensed under the MIT License - see the LICENSE.md file for details