Skip to content

croservices/cro-webapp-template-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cro::WebApp::Template::Bootstrap

Simple example of a .crotmp file using Cro::WebApp::Template::Bootstrap

<:use Cro::WebApp::Template::Bootstrap>

<!doctype html>
<html lang="en">
   <head>
     <&bs-head-meta>
     <&bs-cdn-css>
     <title>Cro WebApp Template Bootstrap</title>
   </head>
   <body>
     <h1>Cro WebApp Template Bootstrap</h1>
     <|bs-container>
       <|bs-row>
         <|bs-col(:sm)>
           <|bs-alert('primary')>primary-alert</|>
         </|>
         <|bs-col(:sm)>
           <|bs-alert('success')>success-alert</|>
         </|>
         <|bs-col(:sm)>
           <|bs-alert('info')>info-alert</|>
         </|>
       </|>
     </|>
   </body>
</html>

About

Cro template macros to make working with Bootstrap easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages