Search component
About
Usage
- You can enable
autofocus
on the search element, but should only do so if most users intend to search on the page
Install
This repository is distributed with npm. After installing npm, you can install primer-buttons
with this command.
$ yarn add --dev @visual-framework/vf-search
Sass/CSS
The style files included are written in Sass. If you're using a VF-core project, you can import it like this:
@import "@visual-framework/vf-search/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter