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:
- darktone-calendar - theme for component/calendar
- darktone-popover - theme for component/popover
- darktone - a combined theme for tip, popover & calendar
You can quickly install the component into your project using the following command from the project root.
$ component install colinf/darktone-tip
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.
Make sure that you list colinf/darktone-tip after component/tip in your dependencies so that the styles from the theme override any styles in the tip component itself. Below is an example extract from a component.json which uses the darktone tip theme.
"dependencies": {
"component/tip": "*",
"colinf/darktone-tip": "*"
}
MIT (see the file License.txt included in this distribution for further details)