2.1.1 • Published 27 days ago

@sikt/sds-input-datepicker v2.1.1

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
27 days ago

@sikt/sds-input-datepicker

Consume

npm i -s @sikt/sds-{form,input,input-datepicker}

React

import { InputDatepicker } from "@sikt/sds-input-datepicker";
import "@sikt/sds-form/dist/index.css";
import "@sikt/sds-input/dist/index.css";
import "@sikt/sds-input-datepicker/dist/index.css";

<InputDatepicker label="Label" />;

Stylesheets & custom markup

Import stylesheet:

@import url("@sikt/sds-form");
@import url("@sikt/sds-input");
@import url("@sikt/sds-input-datepicker");

Create custom markup:

<div class="sds-input-datepicker sds-input">
  <!-- Your datepicker-components goes here -->
</div>
2.0.3

7 months ago

2.1.1

27 days ago

2.0.2

8 months ago

2.0.5

3 months ago

2.0.4

4 months ago

2.0.6

3 months ago

2.1.0

2 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago