https://github.com/newtonmunene99/division
A set of web components built with stenciljs
https://github.com/newtonmunene99/division
html jsx stencil-components stenciljs webcomponents
Last synced: 4 months ago
JSON representation
A set of web components built with stenciljs
- Host: GitHub
- URL: https://github.com/newtonmunene99/division
- Owner: newtonmunene99
- License: mit
- Created: 2018-08-26T16:24:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T19:28:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T22:07:58.866Z (4 months ago)
- Topics: html, jsx, stencil-components, stenciljs, webcomponents
- Language: TypeScript
- Homepage: http://dvn.surge.sh
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Division
> A set of web components built with stenciljs
## Getting started
```bash
npm i --save @division/core
```or
```js
```
## Components
### Button
```html
```
| Property | Attribute | Description | Type | Default |
| ---------- | ---------- | ---------------------------------------------------------------------- | ---------------------------------- | ----------- |
| `disabled` | `disabled` | Determines if a button is disabled or not | `boolean` | `false` |
| `fill` | `fill` | Determines the buttons fill type. Default is `filled` | `"clear" \| "filled" \| "outline"` | `"filled"` |
| `loading` | `loading` | Determines if the button is disabled because something is loading | `boolean` | `false` |
| `position` | `position` | Determines if it's a raised button or flat button. Default is `raised` | `"flat" \| "raised"` | `"raised"` |
| `shape` | `shape` | Determines if a button has rounded edges. Default is `default` | `"default" \| "round"` | `"default"` |
| `size` | `size` | Determines the size of the button. Default is `default` | `"default" \| "large" \| "small"` | `"default"` |
| `type` | `type` | Determines the button type. Default is `button` | `"button" \| "reset" \| "submit"` | `"button"` |## About
