0.0.2 • Published 6 years ago

@rhelements/rh-search-result v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

RHElements Search Element

Dependencies

Make sure you have Polyserve and Web Component Tester installed.

npm install -g polyserve web-component-tester

Dev

npm start

Test

npm run test

Build

npm run build

Demo

Run npm start and Polyserve will start a server and open your default browser to the demo page of the element.

Styling

Custom PropertyDescriptionDefault
--rhe-c-search-result_meta--ColorFont color for the meta content$rh-global--color--gray-batman

Code style

Search (and all RHElements) use Prettier to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can integrate your editor with Prettier to have the style rules applied on every save.