Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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` 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