Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmajs/mask-bootstrap-ui
UI elements
https://github.com/atmajs/mask-bootstrap-ui
Last synced: 6 days ago
JSON representation
UI elements
- Host: GitHub
- URL: https://github.com/atmajs/mask-bootstrap-ui
- Owner: atmajs
- Created: 2015-06-19T11:57:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T09:41:05.000Z (over 9 years ago)
- Last Synced: 2024-10-08T16:18:17.891Z (about 1 month ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Bootstrap Components
[![Build Status](https://travis-ci.org/atmajs/mask-bootstrap-ui.png?branch=master)](https://travis-ci.org/atmajs/mask-bootstrap-ui)
[![Bower version](https://badge.fury.io/bo/mask-bootstrap-ui.svg)](http://badge.fury.io/bo/mask-bootstrap-ui)Components incapsulate the bootstraps markup to single reusable elements.
Raw bootstrap
```html
Dropdown Example
````Dropdown` element
```mask
Dropdown {
@button > 'Dropdown Example'
@items {
Item > 'Action'
Item > 'Another action'
Item > 'Something else here'
}
}
```### Examples
- [/examples](/examples)
```bash
# install atma toolkit
npm install atma
# run server
atma server# navigate `http://localhost:5777/examples/simple.html`
```### Test
```bash
npm test
```:copyright: MIT - Atma.js Project