@division/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Built With Stencil

Division

A set of web components built with stenciljs

Getting started

npm i --save @division/core

or

<script src="https://cdn.jsdelivr.net/npm/@division/core@latest"></script>

Components

Button

<dvn-button></dvn-button>
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

Division

Package Sidebar

Install

npm i @division/core

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

902 kB

Total Files

93

Last publish

Collaborators

  • newtonmunene99