Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed May 7, 2018
1 parent b7dd821 commit e6c5489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EasyDropDown transforms the humble `<select>` element into a blank canvas for yo

EasyDropDown comes bundled with three ready-made [themes](./demos/themes) which can be used as a starting point for custom styling.

Check out the **[demos](https://demos.kunkalabs.com/easydropdown/)** to see what's possible. The source code for the demos can be found in the [`demos`](./demos/) directory.
Check out the **[demos](https://demos.kunkalabs.com/easydropdown/)** to see what's possible. The source code for the demos can be found in the [./demos/](./demos/) directory.

*NB: If you are viewing the demos on a mobile device, you will see the device's native select UI as per the [default configuration](#usenativeuionmobile).*

Expand Down Expand Up @@ -731,7 +731,7 @@ edd.destroy();
EasyDropDown is written in [TypeScript](https://www.typescriptlang.org), and as such exports types for all API entry points and configuration interfaces, providing full intellisense in compatible editors for a great developer experience.
Additionally, if you are using CSS modules with TypeScript, a `theme.css.d.ts` type definition is provided in the [`themes`](./themes/) directory enumerating the entire `classNames` configuration object interface to help you author custom themes.
Additionally, if you are using CSS modules with TypeScript, a `theme.css.d.ts` type definition is provided in the [./themes/](./themes/) directory enumerating the entire `classNames` configuration object interface to help you author custom themes.
## Multiple Attribute Support
Expand Down

0 comments on commit e6c5489

Please sign in to comment.