1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 07:35:04 +03:00
css/src/autocomplete
Katie Langerman 9f576a3c33
FormControl + Autocomplete component updates (#2075)
* setup new tokens

* layout

* label positioning

* cleanup

* states

* cleanup

* convert label to use grid for caption text (start)

* begin checkbox/radio custom styles

* fix input grid (mostly)

* refactor + cleanup

* consolidate styles, start custom checkbox

* cleanup

* lint

* add disabled state to actionlist-item

* adjust trailing action grid

* Stylelint auto-fixes

* remove docs

* add indeterminate checkbox styles

* Create empty-drinks-report.md

Co-authored-by: Actions Auto Build <actions@github.com>
2022-05-26 10:39:49 -07:00
..
autocomplete.scss FormControl + Autocomplete component updates (#2075) 2022-05-26 10:39:49 -07:00
index.scss Updating @primer/stylelint-config to 12.1.0 (#1712) 2021-10-28 10:14:08 -07:00
README.md Rename all links and references to the default git branch being master 2021-03-21 22:34:44 -07:00
suggester.scss Updating @primer/stylelint-config to 12.1.0 (#1712) 2021-10-28 10:14:08 -07:00

bundle generated
autocomplete true

Primer CSS: autocomplete bundle

Usage

Primer CSS source files are written in SCSS. To include this Primer CSS module in your own build, ensure that your node_modules directory is listed in your Sass include paths, then import it with:

@import "@primer/css/autocomplete/index.scss";

Build

The @primer/css npm package includes a standalone CSS build of this module in dist/autocomplete.css.

License

MIT © GitHub