0.50.0 • Published 2 months ago

@buoysoftware/anchor-view-components v0.50.0

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

Anchor ViewComponents

ViewComponents for Buoy’s Anchor Design System.

Dependencies

Installation

  1. Add anchor_view_components to your Gemfile and install:

    bundle add anchor_view_components && bundle install
  2. Add @buoysoftware/anchor-view-components to your package.json and install:

    yarn add @buoysoftware/anchor-view-components && yarn
  3. Add Anchor’s CSS to your application layout:

    <%= stylesheet_link_tag "anchor-view-components" %>
  4. Import Anchor’s Stimulus controllers and register them:

    import { registerAnchorControllers } from "@buoysoftware/anchor-view-components";
    
    registerAnchorControllers(application);
  5. Optionally, if you need Anchor’s Tailwind configuration to use its colors, fonts, and other design system values, add the following to your project’s tailwind.config.js:

    presets: [require("@buoysoftware/anchor-view-components/tailwind.config.js")]

Development

Install dependencies:

yarn install

bundle install

Previewing components

To see component previews:

  • Run yarn build:css --watch in the root of the project
  • Go to the demo/ directory, install dependencies, and run bin/dev
  • See the components at http://localhost:3000

Using local changes in another application (i.e. BuoyRails)

  • Run yarn build:css --watch
  • In target app, update the Gemfile to point to the this checked out directory
    • gem "anchor_view_components", path: "../anchor_view_components"
  • In target app, update the Package.json to point to the this checked out directory
    • "@buoysoftware/anchor-view-components": "file:../anchor_view_components"
  • Run bundle install && yarn install
  • Start or restart App and now all changes should reflect immediately

Releasing

See RELEASING.md

License

The gem is available as open source under the terms of the MIT License.

0.50.0

2 months ago

0.49.0

3 months ago

0.48.0

3 months ago

0.47.0

3 months ago

0.46.0

4 months ago

0.46.1

4 months ago

0.45.3

4 months ago

0.45.2

4 months ago

0.45.1

4 months ago

0.45.0

4 months ago

0.44.0

4 months ago

0.43.0

4 months ago

0.42.2

4 months ago

0.42.0

5 months ago

0.42.1

5 months ago

0.41.0

5 months ago

0.40.0

5 months ago

0.40.1

5 months ago

0.39.0

5 months ago

0.38.1

5 months ago

0.38.0

5 months ago

0.37.0

5 months ago

0.34.3

5 months ago

0.36.0

5 months ago

0.34.2

5 months ago

0.35.1

5 months ago

0.35.0

5 months ago

0.34.1

6 months ago

0.34.0

6 months ago

0.33.0

6 months ago

0.32.1

6 months ago

0.32.0

6 months ago

0.31.0

6 months ago

0.30.0

6 months ago

0.29.1

6 months ago

0.29.0

6 months ago

0.28.1

6 months ago

0.28.0

6 months ago

0.27.0

7 months ago

0.26.1

7 months ago

0.26.0

7 months ago

0.25.0

7 months ago

0.24.0

7 months ago

0.23.2

7 months ago

0.23.1

7 months ago

0.23.0

7 months ago

0.22.0

7 months ago

0.21.0

7 months ago

0.20.1

7 months ago

0.20.0

7 months ago

0.19.0

8 months ago

0.18.0

8 months ago

0.17.0

8 months ago

0.16.0

8 months ago

0.15.0

8 months ago

0.14.0

8 months ago

0.13.2

8 months ago

0.13.1

8 months ago

0.13.0

8 months ago

0.12.0

8 months ago

0.11.4

8 months ago

0.11.3

8 months ago

0.11.2

8 months ago

0.11.1

8 months ago

0.11.0

8 months ago

0.10.0

8 months ago

0.9.3

8 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.9.0

9 months ago

0.8.0

9 months ago

0.7.1

9 months ago

0.7.0

9 months ago

0.6.0

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.2

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago