3.0.3 • Published 10 months ago

@adara-cs/responsive-ui v3.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Adara Responsive UI

Responsive components for your interface 📦

Installation

Install @adara-cs/responsive-ui with

npm:

  npm i @adara-cs/responsive-ui

yarn:

  yarn add @adara-cs/responsive-ui

Start

Connect the styles first. You can do this using a js file, however, we recommend that you connect using @import and defining layers so that there are no conflicts with specificity.

  @import url('@adara-cs/ui-kit-web/style.css') layer(library);
  @import url('@adara-cs/responsive-ui/style.css') layer(library);

  @layer reset, library, components, overrides;

Setup fonts

Next:

    import { Montserrat } from 'next/font/google';

    const montserratSans = Montserrat({
      subsets: ['latin', 'cyrillic'],
      display: 'swap',
      weight: ['400', '500', '700', '900']
    });

Google Fonts:

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

Start using

  import { ResponsiveSelect, ResponsiveSelectOption } from '@adara-cs/responsive-ui';

  ...

  <ResponsiveSelect>
    <ResponsiveSelectOption value='a'>A</ResponsiveSelectOption>
    <ResponsiveSelectOption value='b'>B</ResponsiveSelectOption>
  </ResponsiveSelect>

Running Tests

To run tests, run the following command

  npm run test

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

3.0.3

10 months ago

3.0.2

10 months ago

3.0.1

10 months ago

3.0.0

10 months ago

2.14.4

11 months ago

2.14.3

11 months ago

2.14.2

11 months ago

2.14.1

11 months ago

2.14.0

11 months ago

2.13.0

11 months ago

2.12.0

11 months ago

2.11.0

11 months ago

2.10.3

11 months ago

2.10.1

11 months ago

2.10.0

11 months ago

2.9.1

11 months ago

2.9.0

11 months ago

2.8.1

11 months ago

2.8.0

11 months ago

2.7.2

12 months ago

2.7.1

12 months ago

2.7.0

12 months ago

2.6.4

12 months ago

2.6.3

12 months ago

2.6.2

12 months ago

2.6.1

12 months ago

2.6.0

12 months ago

2.5.2

12 months ago

2.5.1

12 months ago

2.5.0

12 months ago

2.4.18

1 year ago

2.4.17

1 year ago

2.4.16

1 year ago

2.4.15

1 year ago

2.4.14

1 year ago

2.4.13

1 year ago

2.4.12

1 year ago

2.4.11

1 year ago

2.4.10

1 year ago

2.4.9

1 year ago

2.4.8

1 year ago

2.4.7

1 year ago

2.4.6

1 year ago

2.4.5

1 year ago

2.4.4

1 year ago

2.4.3

1 year ago

2.4.2

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.3.14

1 year ago

2.3.13

1 year ago

2.3.12

1 year ago

2.3.11

1 year ago

2.3.10

1 year ago

2.3.9

1 year ago

2.3.8

1 year ago

2.3.7

1 year ago

2.3.6

1 year ago

2.3.5

1 year ago

2.3.4

1 year ago

2.3.3

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago