Ecwid CSS Framework

CSS Framework is a set of ready-to-use UI components for making Native applications in a nice and consistent design of our Control Panel. This Framework contains buttons, links, messages, forms, blocks, and whole page examples to help you with creating a user-friendly interface for your app.

Go to the CSS framework documentation →

How to use it?

  1. Add this CSS file to the <head> tag of your native app:
    https://d35z3p2poghz10.cloudfront.net/ecwid-sdk/css/1.3.19/ecwid-app-ui.css

  2. Add this JS file at before closing the <body> tag:
    https://d35z3p2poghz10.cloudfront.net/ecwid-sdk/css/1.3.19/ecwid-app-ui.min.js

  3. Use this guide to find the elements and CSS classes you need: http://developers.ecwid.com/ecwid-css-framework/

<head>
  <link rel="stylesheet" href="https://d35z3p2poghz10.cloudfront.net/ecwid-sdk/css/1.3.19/ecwid-app-ui.css"/>
</head>

<body>
  
  <div>Some content</div>

  <script type="text/javascript" src="https://d35z3p2poghz10.cloudfront.net/ecwid-sdk/css/1.3.19/ecwid-app-ui.min.js"></script>
</body>