Package Exports
- formir
- formir/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (formir) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
formir
Formir is Open Source Pure CSS / HTML Framework that not require any JS code to fully work.
All of logic are based on CSS and <input/>
tag elements, thats are required.
Support LESS and SASS preprocesor.
I invite you to support and develop the project. Become a Contributor - write at support@formir.io or just commit.
Install formir
npm
$ npm install --save-dev formir
yarn
$ npm install -D formir
Use in
JS with SASS
import "formir";
JS with LESS
import "formir/less";
LESS or SASS
@import "formir";
Current version
Documentation
See at documentation.
Components & helpers
Components
- Accordion
- Button
- Chart
- Description list
- Form
- Icons
- Image
- Menu
- Modal
- Popup
- Select box / Multi select box
- Tab
- Tooltip
- Alert
Helpers
- Align
- Display
- Items
- Toggle
Layouts
- Clear
- Content
- Dimensions
- Footer
- Grid
- Header
- Side
- Window
- Table
Typography
- Article
- Color
- Fonts
- Heading
- Link
- List
- Section

BrowserStack is supporting Formir, allowing us to use their service and infrastructure to test the code in this repository. Thank you for supporting the open source community!