As part of our ongoing journey of open sourcing and documenting Daily, we are now launching a Storybook app to demonstrates all of Daily components.
Let me know what you think :)
Source code is here:
dailydotdev / daily-apps
Everything you see on Daily ๐
Daily Apps
Everything you see on DailyThis is a monorepo with most of Daily's frontend projects. It was created as part of Daily 2.0 refactor to separate concerns to different standalone projects. The main concept of the refactor was to enable others use Daily style guidelines in their applications as well.
Technology
- Yarn for managing dependencies.
- Node v10.13.0 (a
.nvmrc
is presented for nvm users). - lerna for managing the monorepo.
Projects
components
Library which implements Daily's style guidelines It mainly contains Vue generic components (such as modals, text boxes and toggles) but also consists of style sheets which define color platte, typography and more For more information click here.
services
Typescript library with clients for interaction with Daily's backend services The library encapsulates the http requests to simple methods and defines relevant types to make it easy to use. For more information click here.
extension
Dailyโฆ