Skip to content

Instantly share code, notes, and snippets.

@rob3c
rob3c / clarity-ng-select.scss
Created November 19, 2019 20:08 — forked from Mennez/clarity-ng-select.scss
This stylesheet allows you to use ng-select in clarity
/**
Clarity (http://clarity.design) (at the moment of writing) does not have an auto-complete/combobox component.
ng-select is currently one of the more popular angular2/4 packages for adding auto-complete components to an angular project.
This style sheet allows anyone to use ng-select in a angular+clarity project that uses clarity forms.
To get these styles applied to your ng-select component, declare your form component as follows:
<form clrForm>
<clr-input-container>
<label>Foo</label>