-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 1 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 1 KB
1
{"name":"Loading-with-css","tagline":"loading with css","body":"# Loading-with-css\r\nYou only have to include the css file.\r\n\r\n## Installation\r\nOnly add style CSS.\r\n\r\n**Style CSS**\r\n```html\r\n<link rel=\"stylesheet\" href=\"loaders.css\">\r\n```\r\n\r\n## Loaders types\r\n\r\n**Loader default**\r\n```html\r\n<div class=\"loader loader-default\"></div>\r\n```\r\n\r\n**Loader grill**\r\n```html\r\n<div class=\"loader loader-grill\"></div>\r\n```\r\n\r\n**Loader circle**\r\n```html\r\n<div class=\"loader loader-circle\"></div>\r\n```\r\n\r\n**Loader round circle**\r\n```html\r\n<div class=\"loader loader-round-circle\"></div>\r\n```\r\n\r\n**Loader tadpole**\r\n```html\r\n<div class=\"loader loader-tadpole\"></div>\r\n```\r\n\r\n**Loader ellipsis**\r\n```html\r\n<div class=\"loader loader-ellipsis\"></div>\r\n```\r\n\r\n**Loader bounce**\r\n```html\r\n<div class=\"loader loader-bounce\"></div>\r\n```\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}