Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

docs: add CSS information about the package #7

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/slider/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ The example below demonstrates the default setup of a Kendo UI Slider for React.
);
```

## CSS

The component depends on the `@telerik/kendo-theme-default` npm package. It is a SASS based Kendo UI theme, that will be built by the component.

If you do not want to include it separately, find the required CSS files in the dist/npm/css folder of the package.

## Configuration

### Buttons
Expand Down