How to use uiw - 1 common examples

To help you get started, we’ve selected a few uiw examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github uiwjs / uiw-admin / src / routes / Dashboard / dashboard.js View on Github external
DashboardData.notice.length > 0 && DashboardData.notice.map(item => (
                  
                    <div>
                      <div>
                        
                        {item.title}
                      </div>
                    </div>
                    <div>
                      <div>{item.description}</div>
                      <p><a href="https://uiwjs.github.io">{item.member}</a><span>{formatter(item.updatedAt)}</span></p>
                    </div>
                  
                ))
              }

uiw

A high quality UI Toolkit, A Component Library for React 16+.

MIT
Latest version published 5 months ago

Package Health Score

68 / 100
Full package analysis

Popular uiw functions