Skip to content

colinf/darktone-popover

Repository files navigation

darktone-popover

Darktone Tip theme.

This is a theme for the tip component.

It's part of a series of Darktone theme components and you may also wish to use the following:

Installation

You can quickly install the component into your project using the following command from the root.

$ component install colinf/darktone-popover

But the best way to use it is to amend your component.json file to add the theme as a dependency. You can then use the component build command to install the required components.

It's best to list colinf/darktone-popover after component/popover in your dependencies so that the styles from the theme override any styles in the popover component itself. Below is an example extract from a component.json which uses the darktone-popover theme.

"dependencies": {
  "component/popover": "*",
  "colinf/darktone-popover": "*"
}

License

MIT (see the file License.txt included in this distribution for further details)

About

darktone theme for component/popover

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published