2.0.1 • Published 7 months ago

react-deutschbox v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

React DeutschBox

image

NPM version GitHub last update

A <input type="checkbox"/> done in German style.

Getting Started

In order to get started, install this package and replace any instance of <input type="checkbox"/> in your React code by the <DeutschBox/> component.

import DeutschBox from "react-deutschbox";

You can interact with your <DeutschBox/> using the same attributes you would use on any regular <input/> from HTML. See some examples at the Demo page.

Dependencies

Optionally, you can link the Press Start 2P font for a better visual experience.

<link
  rel="stylesheet"
  href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap"
/>

Development Commands

In the project directory, you can run:

npm install

Installs the project dependencies.

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production on the build folder.

npm run preview

Runs the build in preview mode.

npm run deploy

Publishes the build to GitHub Pages using gh-pages.

npm run build:dist

Builds the package for distribution on the dist folder.

npm publish

Publishes the package from dist to npm.

2.0.1

7 months ago

2.0.0

7 months ago

1.6.0

12 months ago

1.5.0

12 months ago

1.4.0

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago