Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
carlos.diaz44 2fd44e38e7 Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
..
misc Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
previewer-src Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
src Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
README.md Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
gulpfile.js Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
package.json Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
patterns.yaml Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
stylelint.config.js Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa
yarn.lock Heres the file to make the search bar that's under the toolbar and stays under it 5 anni fa

README.md

Onsen CSS Components

Onsen CSS Components is CSS components for Cordova Apps.

Screenshot Screenshot

How to Build

This CSS components is built by PostCSS + cssnext. You can build with following commands.

$ yarn install --pure-lockfile
$ yarn run build

How to Customize CSS Components

Execute the following command.

$ yarn install --pure-lockfile
$ yarn run serve

When you open http://localhost:4321/ in the browser, a preview of the CSS components is displayed.

When you edit the cssnext files under the src directory, the cssnext files is automatically built into the CSS and the browser is reloaded. The built CSS file is located in ./build/onsen-css-components.css.

To customize theme colors, you can edit ./src/theme.css. This file contains CSS variables for the theme colors.

If you want to customize components’ details, you can edit ./src/components/*.css. These files contain actual rules for all CSS components. But these files may be changed significantly by minor version release.