Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@responsive-ui/button

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/button - npm Package Compare versions

Comparing version 0.1.1 to 0.2.1

7

package.json
{
"name": "@responsive-ui/button",
"version": "0.1.1",
"version": "0.2.1",
"description": "Button component",

@@ -15,2 +15,5 @@ "author": "Si3nLoong <sianloong90@gmail.com>",

},
"peerDependencies": {
"svelte": "^3.29.0"
},
"directories": {

@@ -33,3 +36,3 @@ "lib": "lib",

},
"gitHead": "4686ac65ac6b2fb63c08658557463d5b645009b3"
"gitHead": "8266efbed6e811b7ca57f01401df151bf480af03"
}

@@ -1,20 +0,29 @@

# `button`
# @responsive-ui/button
> TODO: description
## Installation
```bash
yarn install @responsive-ui/button
```
## Usage
```
const button = require('button');
<script>
import Button from '@responsive-ui/button';
</script>
// TODO: DEMONSTRATE API
<Button title="Click me"></Button>
```
| Property | Description | Type | Default |
| --------- | ---------------------- | ------ | -------- |
| title | The button title | string | - |
| name | The name of button | string | - |
| type | The type of button | string | `button` |
| disabled | Disable button | bool | false |
| secondary | Secondary button | bool | false |
| style | CSS styling for button | string | - |
| Property | Description | Type | Default |
| --------- | ---------------------------------------- | ------ | -------- |
| title | The button title | string | - |
| name | The name of button | string | - |
| type | The type of button | string | `button` |
| disabled | Disable button | bool | false |
| form | Specifies the form the button belongs to | string | - |
| secondary | Secondary button | bool | false |
| style | CSS styling for button | string | - |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc